home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 February / Designer's Club 1998 February.iso / mac / Idea Source / MAIN.DIR / 00019_help.ls < prev    next >
Encoding:
Text File  |  1997-12-22  |  106 b   |  8 lines

  1. on mouseDown
  2.   if not soundBusy(1) then
  3.     puppetSound(1, "helpme")
  4.   else
  5.     sound stop 1
  6.   end if
  7. end
  8.